Fix deprecation warnings
authorDavid Davidović <geosoft.corp@gmail.com>
Wed, 24 Dec 2014 04:51:39 +0000 (05:51 +0100)
committerDavid Davidović <geosoft.corp@gmail.com>
Wed, 24 Dec 2014 04:51:39 +0000 (05:51 +0100)
commitec87ed41d375a8197c87ab0f3048616232d9906d
tree0000558648a4043701f459bf50d1f91a536a398b
parent0d17971e093e56900cfe79975b6529941d1b7001
Fix deprecation warnings

Apparently .repeat() for str and .into_string() have been deprecated,
replace them with suggested alternatives
src/cargo/ops/cargo_rustc/fingerprint.rs
src/cargo/util/process_builder.rs
src/cargo/util/profile.rs